home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Stuffed Files / MacDM,v2.0.sit / Hitpoint Records / background_6336.txt < prev    next >
Encoding:
Text File  |  1988-10-20  |  37.8 KB  |  1,644 lines

  1. -- background: 6336 from stack: in
  2. -- bmap block id: 6475
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=467 top=15 right=47 bottom=508
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play harpsichord
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=420 top=15 right=47 bottom=461
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   vd
  42.   go stack "MacDM Notes"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=373 top=15 right=47 bottom=414
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: 
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   vd
  62.   go card "Spells & Deeds" of stack "Treasure & Spells"
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 4 (button)
  68. -- low flags: 00
  69. -- high flags: 0000
  70. -- rect: left=330 top=15 right=47 bottom=371
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: 
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   vd
  82.   go stack "Treasure & Spells"
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=285 top=15 right=47 bottom=326
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: 
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   vd
  102.   go card "Character Hitpoints"
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 6 (button)
  108. -- low flags: 00
  109. -- high flags: 0000
  110. -- rect: left=238 top=15 right=47 bottom=279
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: 
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   vd
  122.   go stack "Battle Matrix"
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 7 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=194 top=15 right=47 bottom=235
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: 
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   global monsterfind
  142.   global monstername1, monstername2, monstername3, monstername4
  143.   global monstername5, monstername6, monstername7, monstername8
  144.  
  145.   ls
  146.   go first card of stack "Monster Index"
  147.  
  148.   put monsterfind into field "Monster Find"
  149.   put monstername1 into field "selection 1"
  150.   put monstername2 into field "selection 2"
  151.   put monstername3 into field "selection 3"
  152.   put monstername4 into field "selection 4"
  153.   put monstername5 into field "selection 5"
  154.   put monstername6 into field "selection 6"
  155.   put monstername7 into field "selection 7"
  156.   put monstername8 into field "selection 8"
  157.  
  158.   unlock screen with visual dissolve
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part 8 (button)
  164. -- low flags: 00
  165. -- high flags: 0000
  166. -- rect: left=151 top=15 right=47 bottom=192
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: 
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   vd
  178.   go card "Character Index" of stack "MacDungeonMaster"
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 9 (button)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=13 top=290 right=332 bottom=58
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: 
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   visual effect iris open
  198.   go home
  199. end mouseUp
  200.  
  201.  
  202.  
  203. -- part 10 (button)
  204. -- low flags: 00
  205. -- high flags: 0000
  206. -- rect: left=13 top=238 right=281 bottom=58
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 0 / 0
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: How to Use
  215. ----- HyperTalk script -----
  216. on mouseUp
  217.   visual effect scroll down
  218.   go to stack "MacDM Instructions"
  219. end mouseUp
  220.  
  221.  
  222.  
  223. -- part 20 (button)
  224. -- low flags: 00
  225. -- high flags: 0000
  226. -- rect: left=292 top=89 right=107 bottom=312
  227. -- title width / last selected line: 0
  228. -- icon id / first selected line: 1015 / 1015
  229. -- text alignment: 1
  230. -- font id: 0
  231. -- text size: 12
  232. -- style flags: 0
  233. -- line height: 16
  234. -- part name: award general
  235. ----- HyperTalk script -----
  236. on mouseUp
  237.   ask "How many points awarded to everyone?"
  238.   put it into genaward
  239.   if field xname1 is not empty and hilite of button expcheck1 is false then add genaward to field "xgeneralpoints1"
  240.   if field xname2 is not empty and hilite of button expcheck2 is false then add genaward to field "xgeneralpoints2"
  241.   if field xname3 is not empty and hilite of button expcheck3 is false then add genaward to field "xgeneralpoints3"
  242.   if field xname4 is not empty and hilite of button expcheck4 is false then add genaward to field "xgeneralpoints4"
  243.   if field xname5 is not empty and hilite of button expcheck5 is false then add genaward to field "xgeneralpoints5"
  244.   if field xname6 is not empty and hilite of button expcheck6 is false then add genaward to field "xgeneralpoints6"
  245.   if field xname7 is not empty and hilite of button expcheck7 is false then add genaward to field "xgeneralpoints7"
  246.   if field xname8 is not empty and hilite of button expcheck8 is false then add genaward to field "xgeneralpoints8"
  247.   if field xname9 is not empty and hilite of button expcheck9 is false then add genaward to field "xgeneralpoints9"
  248.   if field xname10 is not empty and hilite of button expcheck10 is false then add genaward to field "xgeneralpoints10"
  249.   if field xname11 is not empty and hilite of button expcheck11 is false then add genaward to field "xgeneralpoints11"
  250.   if field xname12 is not empty and hilite of button expcheck12 is false then add genaward to field "xgeneralpoints12"
  251. end mouseUp
  252.  
  253.  
  254.  
  255. -- part 21 (button)
  256. -- low flags: 00
  257. -- high flags: 0000
  258. -- rect: left=472 top=83 right=101 bottom=492
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 1015 / 1015
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: award final
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   set the cursor to 4
  270.   global exploop
  271.   put 0 into exploop
  272.  
  273.   repeat 12 times
  274.     add 1 to exploop
  275.  
  276.     put "xname"&exploop into xnametrial
  277.     put "expcheck"&exploop into expchecktrial
  278.     put "xmonsterpoints"&exploop into xmonsterpointstrial
  279.     put "xt&ipoints"&exploop into xtipointstrial
  280.     put "xs&dpoints"&exploop into xsdpointstrial
  281.     put "xgeneralpoints"&exploop into xgeneralpointstrial
  282.     put "xotherpoints"&exploop into xotherpointstrial
  283.     put "yes"&exploop into yestrial
  284.     put "xgrandtotalpoints"&exploop into xgrandtotalpointstrial
  285.  
  286.     if field xnametrial is not empty and hilite of button expchecktrial is false then
  287.       put field xmonsterpointstrial into numberM
  288.       put field xtipointstrial into numberN
  289.       add numberM to numberN
  290.       add field xsdpointstrial to numberN
  291.       add field xgeneralpointstrial to numberN
  292.       add field xotherpointstrial to numberN
  293.       if hilite of card button yestrial is true then
  294.         multiply numberN by 1.1
  295.       end if
  296.       put round(numberN) into numberN
  297.       put numberN into field xgrandtotalpointstrial
  298.     end if
  299.  
  300.   end repeat
  301. end mouseup
  302.  
  303.  
  304.  
  305. -- part 22 (field)
  306. -- low flags: 01
  307. -- high flags: 0000
  308. -- rect: left=73 top=110 right=127 bottom=114
  309. -- title width / last selected line: 0
  310. -- icon id / first selected line: 0 / 0
  311. -- text alignment: 1
  312. -- font id: 0
  313. -- text size: 12
  314. -- style flags: 0
  315. -- line height: 16
  316. -- part name: xname1
  317.  
  318.  
  319. -- part 23 (field)
  320. -- low flags: 01
  321. -- high flags: 0000
  322. -- rect: left=73 top=128 right=145 bottom=114
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 1
  326. -- font id: 0
  327. -- text size: 12
  328. -- style flags: 0
  329. -- line height: 16
  330. -- part name: xname2
  331.  
  332.  
  333. -- part 24 (field)
  334. -- low flags: 01
  335. -- high flags: 0000
  336. -- rect: left=73 top=146 right=163 bottom=114
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 0 / 0
  339. -- text alignment: 1
  340. -- font id: 0
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: xname3
  345.  
  346.  
  347. -- part 25 (field)
  348. -- low flags: 01
  349. -- high flags: 0000
  350. -- rect: left=73 top=164 right=181 bottom=114
  351. -- title width / last selected line: 0
  352. -- icon id / first selected line: 0 / 0
  353. -- text alignment: 1
  354. -- font id: 0
  355. -- text size: 12
  356. -- style flags: 0
  357. -- line height: 16
  358. -- part name: xname4
  359.  
  360.  
  361. -- part 26 (field)
  362. -- low flags: 01
  363. -- high flags: 0000
  364. -- rect: left=73 top=182 right=199 bottom=114
  365. -- title width / last selected line: 0
  366. -- icon id / first selected line: 0 / 0
  367. -- text alignment: 1
  368. -- font id: 0
  369. -- text size: 12
  370. -- style flags: 0
  371. -- line height: 16
  372. -- part name: xname5
  373.  
  374.  
  375. -- part 27 (field)
  376. -- low flags: 01
  377. -- high flags: 0000
  378. -- rect: left=73 top=200 right=217 bottom=114
  379. -- title width / last selected line: 0
  380. -- icon id / first selected line: 0 / 0
  381. -- text alignment: 1
  382. -- font id: 0
  383. -- text size: 12
  384. -- style flags: 0
  385. -- line height: 16
  386. -- part name: xname6
  387.  
  388.  
  389. -- part 28 (field)
  390. -- low flags: 01
  391. -- high flags: 0000
  392. -- rect: left=73 top=218 right=235 bottom=114
  393. -- title width / last selected line: 0
  394. -- icon id / first selected line: 0 / 0
  395. -- text alignment: 1
  396. -- font id: 0
  397. -- text size: 12
  398. -- style flags: 0
  399. -- line height: 16
  400. -- part name: xname7
  401.  
  402.  
  403. -- part 29 (field)
  404. -- low flags: 01
  405. -- high flags: 0000
  406. -- rect: left=73 top=236 right=253 bottom=114
  407. -- title width / last selected line: 0
  408. -- icon id / first selected line: 0 / 0
  409. -- text alignment: 1
  410. -- font id: 0
  411. -- text size: 12
  412. -- style flags: 0
  413. -- line height: 16
  414. -- part name: xname8
  415.  
  416.  
  417. -- part 30 (field)
  418. -- low flags: 01
  419. -- high flags: 0000
  420. -- rect: left=73 top=254 right=271 bottom=114
  421. -- title width / last selected line: 0
  422. -- icon id / first selected line: 0 / 0
  423. -- text alignment: 1
  424. -- font id: 0
  425. -- text size: 12
  426. -- style flags: 0
  427. -- line height: 16
  428. -- part name: xname9
  429.  
  430.  
  431. -- part 31 (field)
  432. -- low flags: 01
  433. -- high flags: 0000
  434. -- rect: left=73 top=272 right=289 bottom=114
  435. -- title width / last selected line: 0
  436. -- icon id / first selected line: 0 / 0
  437. -- text alignment: 1
  438. -- font id: 0
  439. -- text size: 12
  440. -- style flags: 0
  441. -- line height: 16
  442. -- part name: xname10
  443.  
  444.  
  445. -- part 32 (field)
  446. -- low flags: 01
  447. -- high flags: 0000
  448. -- rect: left=73 top=290 right=307 bottom=114
  449. -- title width / last selected line: 0
  450. -- icon id / first selected line: 0 / 0
  451. -- text alignment: 1
  452. -- font id: 0
  453. -- text size: 12
  454. -- style flags: 0
  455. -- line height: 16
  456. -- part name: xname11
  457.  
  458.  
  459. -- part 33 (field)
  460. -- low flags: 01
  461. -- high flags: 0000
  462. -- rect: left=73 top=308 right=325 bottom=114
  463. -- title width / last selected line: 0
  464. -- icon id / first selected line: 0 / 0
  465. -- text alignment: 1
  466. -- font id: 0
  467. -- text size: 12
  468. -- style flags: 0
  469. -- line height: 16
  470. -- part name: xname12
  471.  
  472.  
  473. -- part 34 (field)
  474. -- low flags: 01
  475. -- high flags: 0000
  476. -- rect: left=114 top=112 right=127 bottom=167
  477. -- title width / last selected line: 0
  478. -- icon id / first selected line: 0 / 0
  479. -- text alignment: 1
  480. -- font id: 3
  481. -- text size: 10
  482. -- style flags: 0
  483. -- line height: 13
  484. -- part name: xmonsterpoints1
  485.  
  486.  
  487. -- part 35 (field)
  488. -- low flags: 01
  489. -- high flags: 0000
  490. -- rect: left=114 top=130 right=145 bottom=167
  491. -- title width / last selected line: 0
  492. -- icon id / first selected line: 0 / 0
  493. -- text alignment: 1
  494. -- font id: 3
  495. -- text size: 10
  496. -- style flags: 0
  497. -- line height: 13
  498. -- part name: xmonsterpoints2
  499.  
  500.  
  501. -- part 36 (field)
  502. -- low flags: 01
  503. -- high flags: 0000
  504. -- rect: left=114 top=148 right=163 bottom=167
  505. -- title width / last selected line: 0
  506. -- icon id / first selected line: 0 / 0
  507. -- text alignment: 1
  508. -- font id: 3
  509. -- text size: 10
  510. -- style flags: 0
  511. -- line height: 13
  512. -- part name: xmonsterpoints3
  513.  
  514.  
  515. -- part 37 (field)
  516. -- low flags: 01
  517. -- high flags: 0000
  518. -- rect: left=114 top=166 right=181 bottom=167
  519. -- title width / last selected line: 0
  520. -- icon id / first selected line: 0 / 0
  521. -- text alignment: 1
  522. -- font id: 3
  523. -- text size: 10
  524. -- style flags: 0
  525. -- line height: 13
  526. -- part name: xmonsterpoints4
  527.  
  528.  
  529. -- part 38 (field)
  530. -- low flags: 01
  531. -- high flags: 0000
  532. -- rect: left=114 top=184 right=199 bottom=167
  533. -- title width / last selected line: 0
  534. -- icon id / first selected line: 0 / 0
  535. -- text alignment: 1
  536. -- font id: 3
  537. -- text size: 10
  538. -- style flags: 0
  539. -- line height: 13
  540. -- part name: xmonsterpoints5
  541.  
  542.  
  543. -- part 39 (field)
  544. -- low flags: 01
  545. -- high flags: 0000
  546. -- rect: left=114 top=202 right=217 bottom=167
  547. -- title width / last selected line: 0
  548. -- icon id / first selected line: 0 / 0
  549. -- text alignment: 1
  550. -- font id: 3
  551. -- text size: 10
  552. -- style flags: 0
  553. -- line height: 13
  554. -- part name: xmonsterpoints6
  555.  
  556.  
  557. -- part 40 (field)
  558. -- low flags: 01
  559. -- high flags: 0000
  560. -- rect: left=114 top=220 right=235 bottom=167
  561. -- title width / last selected line: 0
  562. -- icon id / first selected line: 0 / 0
  563. -- text alignment: 1
  564. -- font id: 3
  565. -- text size: 10
  566. -- style flags: 0
  567. -- line height: 13
  568. -- part name: xmonsterpoints7
  569.  
  570.  
  571. -- part 41 (field)
  572. -- low flags: 01
  573. -- high flags: 0000
  574. -- rect: left=114 top=238 right=253 bottom=167
  575. -- title width / last selected line: 0
  576. -- icon id / first selected line: 0 / 0
  577. -- text alignment: 1
  578. -- font id: 3
  579. -- text size: 10
  580. -- style flags: 0
  581. -- line height: 13
  582. -- part name: xmonsterpoints8
  583.  
  584.  
  585. -- part 42 (field)
  586. -- low flags: 01
  587. -- high flags: 0000
  588. -- rect: left=114 top=256 right=271 bottom=167
  589. -- title width / last selected line: 0
  590. -- icon id / first selected line: 0 / 0
  591. -- text alignment: 1
  592. -- font id: 3
  593. -- text size: 10
  594. -- style flags: 0
  595. -- line height: 13
  596. -- part name: xmonsterpoints9
  597.  
  598.  
  599. -- part 43 (field)
  600. -- low flags: 01
  601. -- high flags: 0000
  602. -- rect: left=114 top=274 right=289 bottom=167
  603. -- title width / last selected line: 0
  604. -- icon id / first selected line: 0 / 0
  605. -- text alignment: 1
  606. -- font id: 3
  607. -- text size: 10
  608. -- style flags: 0
  609. -- line height: 13
  610. -- part name: xmonsterpoints10
  611.  
  612.  
  613. -- part 44 (field)
  614. -- low flags: 01
  615. -- high flags: 0000
  616. -- rect: left=114 top=292 right=307 bottom=167
  617. -- title width / last selected line: 0
  618. -- icon id / first selected line: 0 / 0
  619. -- text alignment: 1
  620. -- font id: 3
  621. -- text size: 10
  622. -- style flags: 0
  623. -- line height: 13
  624. -- part name: xmonsterpoints11
  625.  
  626.  
  627. -- part 45 (field)
  628. -- low flags: 01
  629. -- high flags: 0000
  630. -- rect: left=114 top=310 right=325 bottom=167
  631. -- title width / last selected line: 0
  632. -- icon id / first selected line: 0 / 0
  633. -- text alignment: 1
  634. -- font id: 3
  635. -- text size: 10
  636. -- style flags: 0
  637. -- line height: 13
  638. -- part name: xmonsterpoints12
  639.  
  640.  
  641. -- part 46 (field)
  642. -- low flags: 01
  643. -- high flags: 0000
  644. -- rect: left=168 top=112 right=127 bottom=221
  645. -- title width / last selected line: 0
  646. -- icon id / first selected line: 0 / 0
  647. -- text alignment: 1
  648. -- font id: 3
  649. -- text size: 10
  650. -- style flags: 0
  651. -- line height: 13
  652. -- part name: xt&ipoints1
  653.  
  654.  
  655. -- part 47 (field)
  656. -- low flags: 01
  657. -- high flags: 0000
  658. -- rect: left=168 top=130 right=145 bottom=221
  659. -- title width / last selected line: 0
  660. -- icon id / first selected line: 0 / 0
  661. -- text alignment: 1
  662. -- font id: 3
  663. -- text size: 10
  664. -- style flags: 0
  665. -- line height: 13
  666. -- part name: xt&ipoints2
  667.  
  668.  
  669. -- part 48 (field)
  670. -- low flags: 01
  671. -- high flags: 0000
  672. -- rect: left=168 top=148 right=163 bottom=221
  673. -- title width / last selected line: 0
  674. -- icon id / first selected line: 0 / 0
  675. -- text alignment: 1
  676. -- font id: 3
  677. -- text size: 10
  678. -- style flags: 0
  679. -- line height: 13
  680. -- part name: xt&ipoints3
  681.  
  682.  
  683. -- part 49 (field)
  684. -- low flags: 01
  685. -- high flags: 0000
  686. -- rect: left=168 top=166 right=181 bottom=221
  687. -- title width / last selected line: 0
  688. -- icon id / first selected line: 0 / 0
  689. -- text alignment: 1
  690. -- font id: 3
  691. -- text size: 10
  692. -- style flags: 0
  693. -- line height: 13
  694. -- part name: xt&ipoints4
  695.  
  696.  
  697. -- part 50 (field)
  698. -- low flags: 01
  699. -- high flags: 0000
  700. -- rect: left=168 top=184 right=199 bottom=221
  701. -- title width / last selected line: 0
  702. -- icon id / first selected line: 0 / 0
  703. -- text alignment: 1
  704. -- font id: 3
  705. -- text size: 10
  706. -- style flags: 0
  707. -- line height: 13
  708. -- part name: xt&ipoints5
  709.  
  710.  
  711. -- part 51 (field)
  712. -- low flags: 01
  713. -- high flags: 0000
  714. -- rect: left=168 top=202 right=217 bottom=221
  715. -- title width / last selected line: 0
  716. -- icon id / first selected line: 0 / 0
  717. -- text alignment: 1
  718. -- font id: 3
  719. -- text size: 10
  720. -- style flags: 0
  721. -- line height: 13
  722. -- part name: xt&ipoints6
  723.  
  724.  
  725. -- part 52 (field)
  726. -- low flags: 01
  727. -- high flags: 0000
  728. -- rect: left=168 top=220 right=235 bottom=221
  729. -- title width / last selected line: 0
  730. -- icon id / first selected line: 0 / 0
  731. -- text alignment: 1
  732. -- font id: 3
  733. -- text size: 10
  734. -- style flags: 0
  735. -- line height: 13
  736. -- part name: xt&ipoints7
  737.  
  738.  
  739. -- part 53 (field)
  740. -- low flags: 01
  741. -- high flags: 0000
  742. -- rect: left=168 top=238 right=253 bottom=221
  743. -- title width / last selected line: 0
  744. -- icon id / first selected line: 0 / 0
  745. -- text alignment: 1
  746. -- font id: 3
  747. -- text size: 10
  748. -- style flags: 0
  749. -- line height: 13
  750. -- part name: xt&ipoints8
  751.  
  752.  
  753. -- part 54 (field)
  754. -- low flags: 01
  755. -- high flags: 0000
  756. -- rect: left=168 top=256 right=271 bottom=221
  757. -- title width / last selected line: 0
  758. -- icon id / first selected line: 0 / 0
  759. -- text alignment: 1
  760. -- font id: 3
  761. -- text size: 10
  762. -- style flags: 0
  763. -- line height: 13
  764. -- part name: xt&ipoints9
  765.  
  766.  
  767. -- part 55 (field)
  768. -- low flags: 01
  769. -- high flags: 0000
  770. -- rect: left=168 top=274 right=289 bottom=221
  771. -- title width / last selected line: 0
  772. -- icon id / first selected line: 0 / 0
  773. -- text alignment: 1
  774. -- font id: 3
  775. -- text size: 10
  776. -- style flags: 0
  777. -- line height: 13
  778. -- part name: xt&ipoints10
  779.  
  780.  
  781. -- part 56 (field)
  782. -- low flags: 01
  783. -- high flags: 0000
  784. -- rect: left=168 top=292 right=307 bottom=221
  785. -- title width / last selected line: 0
  786. -- icon id / first selected line: 0 / 0
  787. -- text alignment: 1
  788. -- font id: 3
  789. -- text size: 10
  790. -- style flags: 0
  791. -- line height: 13
  792. -- part name: xt&ipoints11
  793.  
  794.  
  795. -- part 57 (field)
  796. -- low flags: 01
  797. -- high flags: 0000
  798. -- rect: left=168 top=310 right=325 bottom=221
  799. -- title width / last selected line: 0
  800. -- icon id / first selected line: 0 / 0
  801. -- text alignment: 1
  802. -- font id: 3
  803. -- text size: 10
  804. -- style flags: 0
  805. -- line height: 13
  806. -- part name: xt&ipoints12
  807.  
  808.  
  809. -- part 58 (field)
  810. -- low flags: 01
  811. -- high flags: 0000
  812. -- rect: left=222 top=112 right=127 bottom=275
  813. -- title width / last selected line: 0
  814. -- icon id / first selected line: 0 / 0
  815. -- text alignment: 1
  816. -- font id: 3
  817. -- text size: 10
  818. -- style flags: 0
  819. -- line height: 13
  820. -- part name: xs&dpoints1
  821.  
  822.  
  823. -- part 59 (field)
  824. -- low flags: 01
  825. -- high flags: 0000
  826. -- rect: left=222 top=130 right=145 bottom=275
  827. -- title width / last selected line: 0
  828. -- icon id / first selected line: 0 / 0
  829. -- text alignment: 1
  830. -- font id: 3
  831. -- text size: 10
  832. -- style flags: 0
  833. -- line height: 13
  834. -- part name: xs&dpoints2
  835.  
  836.  
  837. -- part 60 (field)
  838. -- low flags: 01
  839. -- high flags: 0000
  840. -- rect: left=222 top=148 right=163 bottom=275
  841. -- title width / last selected line: 0
  842. -- icon id / first selected line: 0 / 0
  843. -- text alignment: 1
  844. -- font id: 3
  845. -- text size: 10
  846. -- style flags: 0
  847. -- line height: 13
  848. -- part name: xs&dpoints3
  849.  
  850.  
  851. -- part 61 (field)
  852. -- low flags: 01
  853. -- high flags: 0000
  854. -- rect: left=222 top=166 right=181 bottom=275
  855. -- title width / last selected line: 0
  856. -- icon id / first selected line: 0 / 0
  857. -- text alignment: 1
  858. -- font id: 3
  859. -- text size: 10
  860. -- style flags: 0
  861. -- line height: 13
  862. -- part name: xs&dpoints4
  863.  
  864.  
  865. -- part 62 (field)
  866. -- low flags: 01
  867. -- high flags: 0000
  868. -- rect: left=222 top=184 right=199 bottom=275
  869. -- title width / last selected line: 0
  870. -- icon id / first selected line: 0 / 0
  871. -- text alignment: 1
  872. -- font id: 3
  873. -- text size: 10
  874. -- style flags: 0
  875. -- line height: 13
  876. -- part name: xs&dpoints5
  877.  
  878.  
  879. -- part 63 (field)
  880. -- low flags: 01
  881. -- high flags: 0000
  882. -- rect: left=222 top=202 right=217 bottom=275
  883. -- title width / last selected line: 0
  884. -- icon id / first selected line: 0 / 0
  885. -- text alignment: 1
  886. -- font id: 3
  887. -- text size: 10
  888. -- style flags: 0
  889. -- line height: 13
  890. -- part name: xs&dpoints6
  891.  
  892.  
  893. -- part 64 (field)
  894. -- low flags: 01
  895. -- high flags: 0000
  896. -- rect: left=222 top=220 right=235 bottom=275
  897. -- title width / last selected line: 0
  898. -- icon id / first selected line: 0 / 0
  899. -- text alignment: 1
  900. -- font id: 3
  901. -- text size: 10
  902. -- style flags: 0
  903. -- line height: 13
  904. -- part name: xs&dpoints7
  905.  
  906.  
  907. -- part 65 (field)
  908. -- low flags: 01
  909. -- high flags: 0000
  910. -- rect: left=222 top=238 right=253 bottom=275
  911. -- title width / last selected line: 0
  912. -- icon id / first selected line: 0 / 0
  913. -- text alignment: 1
  914. -- font id: 3
  915. -- text size: 10
  916. -- style flags: 0
  917. -- line height: 13
  918. -- part name: xs&dpoints8
  919.  
  920.  
  921. -- part 66 (field)
  922. -- low flags: 01
  923. -- high flags: 0000
  924. -- rect: left=222 top=256 right=271 bottom=275
  925. -- title width / last selected line: 0
  926. -- icon id / first selected line: 0 / 0
  927. -- text alignment: 1
  928. -- font id: 3
  929. -- text size: 10
  930. -- style flags: 0
  931. -- line height: 13
  932. -- part name: xs&dpoints9
  933.  
  934.  
  935. -- part 67 (field)
  936. -- low flags: 01
  937. -- high flags: 0000
  938. -- rect: left=222 top=274 right=289 bottom=275
  939. -- title width / last selected line: 0
  940. -- icon id / first selected line: 0 / 0
  941. -- text alignment: 1
  942. -- font id: 3
  943. -- text size: 10
  944. -- style flags: 0
  945. -- line height: 13
  946. -- part name: xs&dpoints10
  947.  
  948.  
  949. -- part 68 (field)
  950. -- low flags: 01
  951. -- high flags: 0000
  952. -- rect: left=222 top=292 right=307 bottom=275
  953. -- title width / last selected line: 0
  954. -- icon id / first selected line: 0 / 0
  955. -- text alignment: 1
  956. -- font id: 3
  957. -- text size: 10
  958. -- style flags: 0
  959. -- line height: 13
  960. -- part name: xs&dpoints11
  961.  
  962.  
  963. -- part 69 (field)
  964. -- low flags: 01
  965. -- high flags: 0000
  966. -- rect: left=222 top=310 right=325 bottom=275
  967. -- title width / last selected line: 0
  968. -- icon id / first selected line: 0 / 0
  969. -- text alignment: 1
  970. -- font id: 3
  971. -- text size: 10
  972. -- style flags: 0
  973. -- line height: 13
  974. -- part name: xs&dpoints12
  975.  
  976.  
  977. -- part 70 (field)
  978. -- low flags: 01
  979. -- high flags: 0000
  980. -- rect: left=276 top=112 right=127 bottom=329
  981. -- title width / last selected line: 0
  982. -- icon id / first selected line: 0 / 0
  983. -- text alignment: 1
  984. -- font id: 3
  985. -- text size: 10
  986. -- style flags: 0
  987. -- line height: 13
  988. -- part name: xgeneralpoints1
  989.  
  990.  
  991. -- part 73 (field)
  992. -- low flags: 01
  993. -- high flags: 0000
  994. -- rect: left=276 top=130 right=145 bottom=329
  995. -- title width / last selected line: 0
  996. -- icon id / first selected line: 0 / 0
  997. -- text alignment: 1
  998. -- font id: 3
  999. -- text size: 10
  1000. -- style flags: 0
  1001. -- line height: 13
  1002. -- part name: xgeneralpoints2
  1003.  
  1004.  
  1005. -- part 74 (field)
  1006. -- low flags: 01
  1007. -- high flags: 0000
  1008. -- rect: left=276 top=148 right=163 bottom=329
  1009. -- title width / last selected line: 0
  1010. -- icon id / first selected line: 0 / 0
  1011. -- text alignment: 1
  1012. -- font id: 3
  1013. -- text size: 10
  1014. -- style flags: 0
  1015. -- line height: 13
  1016. -- part name: xgeneralpoints3
  1017.  
  1018.  
  1019. -- part 75 (field)
  1020. -- low flags: 01
  1021. -- high flags: 0000
  1022. -- rect: left=276 top=166 right=181 bottom=329
  1023. -- title width / last selected line: 0
  1024. -- icon id / first selected line: 0 / 0
  1025. -- text alignment: 1
  1026. -- font id: 3
  1027. -- text size: 10
  1028. -- style flags: 0
  1029. -- line height: 13
  1030. -- part name: xgeneralpoints4
  1031.  
  1032.  
  1033. -- part 76 (field)
  1034. -- low flags: 01
  1035. -- high flags: 0000
  1036. -- rect: left=276 top=184 right=199 bottom=329
  1037. -- title width / last selected line: 0
  1038. -- icon id / first selected line: 0 / 0
  1039. -- text alignment: 1
  1040. -- font id: 3
  1041. -- text size: 10
  1042. -- style flags: 0
  1043. -- line height: 13
  1044. -- part name: xgeneralpoints5
  1045.  
  1046.  
  1047. -- part 77 (field)
  1048. -- low flags: 01
  1049. -- high flags: 0000
  1050. -- rect: left=276 top=202 right=217 bottom=329
  1051. -- title width / last selected line: 0
  1052. -- icon id / first selected line: 0 / 0
  1053. -- text alignment: 1
  1054. -- font id: 3
  1055. -- text size: 10
  1056. -- style flags: 0
  1057. -- line height: 13
  1058. -- part name: xgeneralpoints6
  1059.  
  1060.  
  1061. -- part 78 (field)
  1062. -- low flags: 01
  1063. -- high flags: 0000
  1064. -- rect: left=276 top=220 right=235 bottom=329
  1065. -- title width / last selected line: 0
  1066. -- icon id / first selected line: 0 / 0
  1067. -- text alignment: 1
  1068. -- font id: 3
  1069. -- text size: 10
  1070. -- style flags: 0
  1071. -- line height: 13
  1072. -- part name: xgeneralpoints7
  1073.  
  1074.  
  1075. -- part 79 (field)
  1076. -- low flags: 01
  1077. -- high flags: 0000
  1078. -- rect: left=276 top=238 right=253 bottom=329
  1079. -- title width / last selected line: 0
  1080. -- icon id / first selected line: 0 / 0
  1081. -- text alignment: 1
  1082. -- font id: 3
  1083. -- text size: 10
  1084. -- style flags: 0
  1085. -- line height: 13
  1086. -- part name: xgeneralpoints8
  1087.  
  1088.  
  1089. -- part 80 (field)
  1090. -- low flags: 01
  1091. -- high flags: 0000
  1092. -- rect: left=276 top=256 right=271 bottom=329
  1093. -- title width / last selected line: 0
  1094. -- icon id / first selected line: 0 / 0
  1095. -- text alignment: 1
  1096. -- font id: 3
  1097. -- text size: 10
  1098. -- style flags: 0
  1099. -- line height: 13
  1100. -- part name: xgeneralpoints9
  1101.  
  1102.  
  1103. -- part 81 (field)
  1104. -- low flags: 01
  1105. -- high flags: 0000
  1106. -- rect: left=276 top=274 right=289 bottom=329
  1107. -- title width / last selected line: 0
  1108. -- icon id / first selected line: 0 / 0
  1109. -- text alignment: 1
  1110. -- font id: 3
  1111. -- text size: 10
  1112. -- style flags: 0
  1113. -- line height: 13
  1114. -- part name: xgeneralpoints10
  1115.  
  1116.  
  1117. -- part 82 (field)
  1118. -- low flags: 01
  1119. -- high flags: 0000
  1120. -- rect: left=276 top=292 right=307 bottom=329
  1121. -- title width / last selected line: 0
  1122. -- icon id / first selected line: 0 / 0
  1123. -- text alignment: 1
  1124. -- font id: 3
  1125. -- text size: 10
  1126. -- style flags: 0
  1127. -- line height: 13
  1128. -- part name: xgeneralpoints11
  1129.  
  1130.  
  1131. -- part 83 (field)
  1132. -- low flags: 01
  1133. -- high flags: 0000
  1134. -- rect: left=276 top=310 right=325 bottom=329
  1135. -- title width / last selected line: 0
  1136. -- icon id / first selected line: 0 / 0
  1137. -- text alignment: 1
  1138. -- font id: 3
  1139. -- text size: 10
  1140. -- style flags: 0
  1141. -- line height: 13
  1142. -- part name: xgeneralpoints12
  1143.  
  1144.  
  1145. -- part 84 (field)
  1146. -- low flags: 00
  1147. -- high flags: 0000
  1148. -- rect: left=330 top=112 right=127 bottom=383
  1149. -- title width / last selected line: 0
  1150. -- icon id / first selected line: 0 / 0
  1151. -- text alignment: 1
  1152. -- font id: 3
  1153. -- text size: 10
  1154. -- style flags: 0
  1155. -- line height: 13
  1156. -- part name: xotherpoints1
  1157.  
  1158.  
  1159. -- part 85 (field)
  1160. -- low flags: 00
  1161. -- high flags: 0000
  1162. -- rect: left=330 top=130 right=145 bottom=383
  1163. -- title width / last selected line: 0
  1164. -- icon id / first selected line: 0 / 0
  1165. -- text alignment: 1
  1166. -- font id: 3
  1167. -- text size: 10
  1168. -- style flags: 0
  1169. -- line height: 13
  1170. -- part name: xotherpoints2
  1171.  
  1172.  
  1173. -- part 86 (field)
  1174. -- low flags: 00
  1175. -- high flags: 0000
  1176. -- rect: left=330 top=148 right=163 bottom=383
  1177. -- title width / last selected line: 0
  1178. -- icon id / first selected line: 0 / 0
  1179. -- text alignment: 1
  1180. -- font id: 3
  1181. -- text size: 10
  1182. -- style flags: 0
  1183. -- line height: 13
  1184. -- part name: xotherpoints3
  1185.  
  1186.  
  1187. -- part 87 (field)
  1188. -- low flags: 00
  1189. -- high flags: 0000
  1190. -- rect: left=330 top=166 right=181 bottom=383
  1191. -- title width / last selected line: 0
  1192. -- icon id / first selected line: 0 / 0
  1193. -- text alignment: 1
  1194. -- font id: 3
  1195. -- text size: 10
  1196. -- style flags: 0
  1197. -- line height: 13
  1198. -- part name: xotherpoints4
  1199.  
  1200.  
  1201. -- part 88 (field)
  1202. -- low flags: 00
  1203. -- high flags: 0000
  1204. -- rect: left=330 top=184 right=199 bottom=383
  1205. -- title width / last selected line: 0
  1206. -- icon id / first selected line: 0 / 0
  1207. -- text alignment: 1
  1208. -- font id: 3
  1209. -- text size: 10
  1210. -- style flags: 0
  1211. -- line height: 13
  1212. -- part name: xotherpoints5
  1213.  
  1214.  
  1215. -- part 89 (field)
  1216. -- low flags: 00
  1217. -- high flags: 0000
  1218. -- rect: left=330 top=202 right=217 bottom=383
  1219. -- title width / last selected line: 0
  1220. -- icon id / first selected line: 0 / 0
  1221. -- text alignment: 1
  1222. -- font id: 3
  1223. -- text size: 10
  1224. -- style flags: 0
  1225. -- line height: 13
  1226. -- part name: xotherpoints6
  1227.  
  1228.  
  1229. -- part 90 (field)
  1230. -- low flags: 00
  1231. -- high flags: 0000
  1232. -- rect: left=330 top=220 right=235 bottom=383
  1233. -- title width / last selected line: 0
  1234. -- icon id / first selected line: 0 / 0
  1235. -- text alignment: 1
  1236. -- font id: 3
  1237. -- text size: 10
  1238. -- style flags: 0
  1239. -- line height: 13
  1240. -- part name: xotherpoints7
  1241.  
  1242.  
  1243. -- part 91 (field)
  1244. -- low flags: 00
  1245. -- high flags: 0000
  1246. -- rect: left=330 top=238 right=253 bottom=383
  1247. -- title width / last selected line: 0
  1248. -- icon id / first selected line: 0 / 0
  1249. -- text alignment: 1
  1250. -- font id: 3
  1251. -- text size: 10
  1252. -- style flags: 0
  1253. -- line height: 13
  1254. -- part name: xotherpoints8
  1255.  
  1256.  
  1257. -- part 92 (field)
  1258. -- low flags: 00
  1259. -- high flags: 0000
  1260. -- rect: left=330 top=256 right=271 bottom=383
  1261. -- title width / last selected line: 0
  1262. -- icon id / first selected line: 0 / 0
  1263. -- text alignment: 1
  1264. -- font id: 3
  1265. -- text size: 10
  1266. -- style flags: 0
  1267. -- line height: 13
  1268. -- part name: xotherpoints9
  1269.  
  1270.  
  1271. -- part 93 (field)
  1272. -- low flags: 00
  1273. -- high flags: 0000
  1274. -- rect: left=330 top=274 right=289 bottom=383
  1275. -- title width / last selected line: 0
  1276. -- icon id / first selected line: 0 / 0
  1277. -- text alignment: 1
  1278. -- font id: 3
  1279. -- text size: 10
  1280. -- style flags: 0
  1281. -- line height: 13
  1282. -- part name: xotherpoints10
  1283.  
  1284.  
  1285. -- part 94 (field)
  1286. -- low flags: 00
  1287. -- high flags: 0000
  1288. -- rect: left=330 top=292 right=307 bottom=383
  1289. -- title width / last selected line: 0
  1290. -- icon id / first selected line: 0 / 0
  1291. -- text alignment: 1
  1292. -- font id: 3
  1293. -- text size: 10
  1294. -- style flags: 0
  1295. -- line height: 13
  1296. -- part name: xotherpoints11
  1297.  
  1298.  
  1299. -- part 95 (field)
  1300. -- low flags: 00
  1301. -- high flags: 0000
  1302. -- rect: left=330 top=310 right=325 bottom=383
  1303. -- title width / last selected line: 0
  1304. -- icon id / first selected line: 0 / 0
  1305. -- text alignment: 1
  1306. -- font id: 3
  1307. -- text size: 10
  1308. -- style flags: 0
  1309. -- line height: 13
  1310. -- part name: xotherpoints12
  1311.  
  1312.  
  1313. -- part 96 (field)
  1314. -- low flags: 01
  1315. -- high flags: 0000
  1316. -- rect: left=424 top=112 right=127 bottom=498
  1317. -- title width / last selected line: 0
  1318. -- icon id / first selected line: 0 / 0
  1319. -- text alignment: 1
  1320. -- font id: 3
  1321. -- text size: 10
  1322. -- style flags: 0
  1323. -- line height: 13
  1324. -- part name: xgrandtotalpoints1
  1325.  
  1326.  
  1327. -- part 97 (field)
  1328. -- low flags: 01
  1329. -- high flags: 0000
  1330. -- rect: left=424 top=130 right=145 bottom=498
  1331. -- title width / last selected line: 0
  1332. -- icon id / first selected line: 0 / 0
  1333. -- text alignment: 1
  1334. -- font id: 3
  1335. -- text size: 10
  1336. -- style flags: 0
  1337. -- line height: 13
  1338. -- part name: xgrandtotalpoints2
  1339.  
  1340.  
  1341. -- part 98 (field)
  1342. -- low flags: 01
  1343. -- high flags: 0000
  1344. -- rect: left=424 top=148 right=163 bottom=498
  1345. -- title width / last selected line: 0
  1346. -- icon id / first selected line: 0 / 0
  1347. -- text alignment: 1
  1348. -- font id: 3
  1349. -- text size: 10
  1350. -- style flags: 0
  1351. -- line height: 13
  1352. -- part name: xgrandtotalpoints3
  1353.  
  1354.  
  1355. -- part 99 (field)
  1356. -- low flags: 01
  1357. -- high flags: 0000
  1358. -- rect: left=424 top=166 right=181 bottom=498
  1359. -- title width / last selected line: 0
  1360. -- icon id / first selected line: 0 / 0
  1361. -- text alignment: 1
  1362. -- font id: 3
  1363. -- text size: 10
  1364. -- style flags: 0
  1365. -- line height: 13
  1366. -- part name: xgrandtotalpoints4
  1367.  
  1368.  
  1369. -- part 100 (field)
  1370. -- low flags: 01
  1371. -- high flags: 0000
  1372. -- rect: left=424 top=184 right=199 bottom=498
  1373. -- title width / last selected line: 0
  1374. -- icon id / first selected line: 0 / 0
  1375. -- text alignment: 1
  1376. -- font id: 3
  1377. -- text size: 10
  1378. -- style flags: 0
  1379. -- line height: 13
  1380. -- part name: xgrandtotalpoints5
  1381.  
  1382.  
  1383. -- part 101 (field)
  1384. -- low flags: 01
  1385. -- high flags: 0000
  1386. -- rect: left=424 top=202 right=217 bottom=498
  1387. -- title width / last selected line: 0
  1388. -- icon id / first selected line: 0 / 0
  1389. -- text alignment: 1
  1390. -- font id: 3
  1391. -- text size: 10
  1392. -- style flags: 0
  1393. -- line height: 13
  1394. -- part name: xgrandtotalpoints6
  1395.  
  1396.  
  1397. -- part 102 (field)
  1398. -- low flags: 01
  1399. -- high flags: 0000
  1400. -- rect: left=424 top=220 right=235 bottom=498
  1401. -- title width / last selected line: 0
  1402. -- icon id / first selected line: 0 / 0
  1403. -- text alignment: 1
  1404. -- font id: 3
  1405. -- text size: 10
  1406. -- style flags: 0
  1407. -- line height: 13
  1408. -- part name: xgrandtotalpoints7
  1409.  
  1410.  
  1411. -- part 103 (field)
  1412. -- low flags: 01
  1413. -- high flags: 0000
  1414. -- rect: left=424 top=238 right=253 bottom=498
  1415. -- title width / last selected line: 0
  1416. -- icon id / first selected line: 0 / 0
  1417. -- text alignment: 1
  1418. -- font id: 3
  1419. -- text size: 10
  1420. -- style flags: 0
  1421. -- line height: 13
  1422. -- part name: xgrandtotalpoints8
  1423.  
  1424.  
  1425. -- part 104 (field)
  1426. -- low flags: 01
  1427. -- high flags: 0000
  1428. -- rect: left=424 top=256 right=271 bottom=498
  1429. -- title width / last selected line: 0
  1430. -- icon id / first selected line: 0 / 0
  1431. -- text alignment: 1
  1432. -- font id: 3
  1433. -- text size: 10
  1434. -- style flags: 0
  1435. -- line height: 13
  1436. -- part name: xgrandtotalpoints9
  1437.  
  1438.  
  1439. -- part 105 (field)
  1440. -- low flags: 01
  1441. -- high flags: 0000
  1442. -- rect: left=424 top=274 right=289 bottom=498
  1443. -- title width / last selected line: 0
  1444. -- icon id / first selected line: 0 / 0
  1445. -- text alignment: 1
  1446. -- font id: 3
  1447. -- text size: 10
  1448. -- style flags: 0
  1449. -- line height: 13
  1450. -- part name: xgrandtotalpoints10
  1451.  
  1452.  
  1453. -- part 106 (field)
  1454. -- low flags: 01
  1455. -- high flags: 0000
  1456. -- rect: left=424 top=292 right=307 bottom=498
  1457. -- title width / last selected line: 0
  1458. -- icon id / first selected line: 0 / 0
  1459. -- text alignment: 1
  1460. -- font id: 3
  1461. -- text size: 10
  1462. -- style flags: 0
  1463. -- line height: 13
  1464. -- part name: xgrandtotalpoints11
  1465.  
  1466.  
  1467. -- part 107 (field)
  1468. -- low flags: 01
  1469. -- high flags: 0000
  1470. -- rect: left=424 top=310 right=325 bottom=498
  1471. -- title width / last selected line: 0
  1472. -- icon id / first selected line: 0 / 0
  1473. -- text alignment: 1
  1474. -- font id: 3
  1475. -- text size: 10
  1476. -- style flags: 0
  1477. -- line height: 13
  1478. -- part name: xgrandtotalpoints12
  1479.  
  1480.  
  1481. -- part 109 (button)
  1482. -- low flags: 00
  1483. -- high flags: 0000
  1484. -- rect: left=11 top=77 right=125 bottom=60
  1485. -- title width / last selected line: 0
  1486. -- icon id / first selected line: 0 / 0
  1487. -- text alignment: 1
  1488. -- font id: 0
  1489. -- text size: 12
  1490. -- style flags: 0
  1491. -- line height: 16
  1492. -- part name: 
  1493. ----- HyperTalk script -----
  1494. on mouseUp
  1495.   answer "Do you really want to clear the chart?" with "Cancel" or "OK"
  1496.   if it is "OK" then
  1497.     ls
  1498.     set the cursor to 4
  1499.     delete line 1 of field "xmonsterpoints1"
  1500.     delete line 1 of field "xmonsterpoints2"
  1501.     delete line 1 of field "xmonsterpoints3"
  1502.     delete line 1 of field "xmonsterpoints4"
  1503.     delete line 1 of field "xmonsterpoints5"
  1504.     delete line 1 of field "xmonsterpoints6"
  1505.     delete line 1 of field "xmonsterpoints7"
  1506.     delete line 1 of field "xmonsterpoints8"
  1507.     delete line 1 of field "xmonsterpoints9"
  1508.     delete line 1 of field "xmonsterpoints10"
  1509.     delete line 1 of field "xmonsterpoints11"
  1510.     delete line 1 of field "xmonsterpoints12"
  1511.     delete line 1 of field "xt&ipoints1"
  1512.     delete line 1 of field "xt&ipoints2"
  1513.     delete line 1 of field "xt&ipoints3"
  1514.     delete line 1 of field "xt&ipoints4"
  1515.     delete line 1 of field "xt&ipoints5"
  1516.     delete line 1 of field "xt&ipoints6"
  1517.     delete line 1 of field "xt&ipoints7"
  1518.     delete line 1 of field "xt&ipoints8"
  1519.     delete line 1 of field "xt&ipoints9"
  1520.     delete line 1 of field "xt&ipoints10"
  1521.     delete line 1 of field "xt&ipoints11"
  1522.     delete line 1 of field "xt&ipoints12"
  1523.     delete line 1 of field "xs&dpoints1"
  1524.     delete line 1 of field "xs&dpoints2"
  1525.     delete line 1 of field "xs&dpoints3"
  1526.     delete line 1 of field "xs&dpoints4"
  1527.     delete line 1 of field "xs&dpoints5"
  1528.     delete line 1 of field "xs&dpoints6"
  1529.     delete line 1 of field "xs&dpoints7"
  1530.     delete line 1 of field "xs&dpoints8"
  1531.     delete line 1 of field "xs&dpoints9"
  1532.     delete line 1 of field "xs&dpoints10"
  1533.     delete line 1 of field "xs&dpoints11"
  1534.     delete line 1 of field "xs&dpoints12"
  1535.     delete line 1 of field "xgeneralpoints1"
  1536.     delete line 1 of field "xgeneralpoints2"
  1537.     delete line 1 of field "xgeneralpoints3"
  1538.     delete line 1 of field "xgeneralpoints4"
  1539.     delete line 1 of field "xgeneralpoints5"
  1540.     delete line 1 of field "xgeneralpoints5"
  1541.     delete line 1 of field "xgeneralpoints6"
  1542.     delete line 1 of field "xgeneralpoints7"
  1543.     delete line 1 of field "xgeneralpoints8"
  1544.     delete line 1 of field "xgeneralpoints9"
  1545.     delete line 1 of field "xgeneralpoints10"
  1546.     delete line 1 of field "xgeneralpoints11"
  1547.     delete line 1 of field "xgeneralpoints12"
  1548.     delete line 1 of field "xotherpoints1"
  1549.     delete line 1 of field "xotherpoints2"
  1550.     delete line 1 of field "xotherpoints3"
  1551.     delete line 1 of field "xotherpoints4"
  1552.     delete line 1 of field "xotherpoints5"
  1553.     delete line 1 of field "xotherpoints6"
  1554.     delete line 1 of field "xotherpoints7"
  1555.     delete line 1 of field "xotherpoints8"
  1556.     delete line 1 of field "xotherpoints9"
  1557.     delete line 1 of field "xotherpoints10"
  1558.     delete line 1 of field "xotherpoints11"
  1559.     delete line 1 of field "xotherpoints12"
  1560.     delete line 1 of field "xgrandtotalpoints1"
  1561.     delete line 1 of field "xgrandtotalpoints2"
  1562.     delete line 1 of field "xgrandtotalpoints3"
  1563.     delete line 1 of field "xgrandtotalpoints4"
  1564.     delete line 1 of field "xgrandtotalpoints5"
  1565.     delete line 1 of field "xgrandtotalpoints6"
  1566.     delete line 1 of field "xgrandtotalpoints7"
  1567.     delete line 1 of field "xgrandtotalpoints8"
  1568.     delete line 1 of field "xgrandtotalpoints9"
  1569.     delete line 1 of field "xgrandtotalpoints10"
  1570.     delete line 1 of field "xgrandtotalpoints11"
  1571.     delete line 1 of field "xgrandtotalpoints12"
  1572.   end if
  1573. end mouseUp
  1574.  
  1575.  
  1576.  
  1577. -- part 110 (button)
  1578. -- low flags: 00
  1579. -- high flags: 0000
  1580. -- rect: left=11 top=132 right=170 bottom=61
  1581. -- title width / last selected line: 0
  1582. -- icon id / first selected line: 0 / 0
  1583. -- text alignment: 1
  1584. -- font id: 0
  1585. -- text size: 12
  1586. -- style flags: 0
  1587. -- line height: 16
  1588. -- part name: 
  1589. ----- HyperTalk script -----
  1590. on mouseUp
  1591.   answer "Do you really want to clear all the names?" with "Cancel" or "OK"
  1592.   if it is "OK" then
  1593.     ls
  1594.     set the cursor to 4
  1595.     delete line 1 of field "xname1"
  1596.     delete line 1 of field "xname2"
  1597.     delete line 1 of field "xname3"
  1598.     delete line 1 of field "xname4"
  1599.     delete line 1 of field "xname5"
  1600.     delete line 1 of field "xname6"
  1601.     delete line 1 of field "xname7"
  1602.     delete line 1 of field "xname8"
  1603.     delete line 1 of field "xname9"
  1604.     delete line 1 of field "xname10"
  1605.     delete line 1 of field "xname11"
  1606.     delete line 1 of field "xname12"
  1607.     set hilite of button expcheck1 to false
  1608.     set hilite of button expcheck2 to false
  1609.     set hilite of button expcheck3 to false
  1610.     set hilite of button expcheck4 to false
  1611.     set hilite of button expcheck5 to false
  1612.     set hilite of button expcheck6 to false
  1613.     set hilite of button expcheck7 to false
  1614.     set hilite of button expcheck8 to false
  1615.     set hilite of button expcheck9 to false
  1616.     set hilite of button expcheck10 to false
  1617.     set hilite of button expcheck11 to false
  1618.     set hilite of button expcheck12 to false
  1619.   end if
  1620. end mouseUp
  1621.  
  1622.  
  1623.  
  1624. -- part 111 (button)
  1625. -- low flags: 00
  1626. -- high flags: 2000
  1627. -- rect: left=6 top=6 right=60 bottom=146
  1628. -- title width / last selected line: 0
  1629. -- icon id / first selected line: 0 / 0
  1630. -- text alignment: 1
  1631. -- font id: 0
  1632. -- text size: 12
  1633. -- style flags: 0
  1634. -- line height: 16
  1635. -- part name: 
  1636. ----- HyperTalk script -----
  1637. on mouseUp
  1638.   answer "Compact the Hitpoint Records Stack?" with "Cancel" or "OK"
  1639.   if it is "OK" then
  1640.     doMenu Compact Stack
  1641.   end if
  1642. end mouseUp
  1643.  
  1644.